-- card: 8285 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3426 -- name: Left fork ----- HyperTalk script ----- on openCard global score subtract 5 from score if score <= 0 then visual effect scroll up go card "end" end if put score into field "scorebox" end openCard on mouseUp get field "textarea" of card "River Trail" put it&return&"Examine the tree markings" into field "textarea" of card "River Trail" get field "textarea" of card "River Trail" put it into holder put the number of lines in field "textarea" of card "River Trail" into counter repeat until counter = 0 get line counter of holder if it contains "Right fork" then delete line counter of field "textarea" of card "River Trail" put 1 into counter end if subtract 1 from counter end repeat visual effect dissolve go to card "River Trail" end mouseUp -- part contents for background part 1 ----- text ----- Left fork -- part contents for background part 2 ----- text ----- Following this branch of the river brings you quickly to it's source, a spring that issues from between two great limestone rocks. At the source, the water is a mere trickle. There is no golden parrot here. -- part contents for background part 5 ----- text ----- 295